CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Linux 管道

搜索资源列表

  1. Shell-analytic-procedure

    0下载:
  2. 这是一个在linux的vi编辑器下开发的,用gcc编译器编译的一个shell简单的解析程序,包括对简单shell命令,如ls,cd等命令的解析,还包括对一些复杂命令如管道命令的解析-This is a linux developed under the vi editor, and with the gcc compiler to compile a shell of a simple analytic procedures, including a simple shell commands,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:79398
    • 提供者:吴倩倩
  1. lmbench

    0下载:
  2. 介绍一款在linux环境下测试管道,网络传输协议等的工具。以及工具的源码-About a test pipe in the linux environment, network transport protocols such as tools. As well as the tools source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1379182
    • 提供者:panglidong
  1. MyShell

    0下载:
  2. 模仿linux中shell的功能,简单的ls,dir等命令,也包括双管道,输入输出重定向,同时支持shell的定义变量以及变量赋值。同时做了简单的错误输入提示。-Linux in the shell to imitate the function, a simple ls, dir, etc. commands, but also dual-channel input and output redirection, while supporting the definition of shell
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:5603
    • 提供者:
  1. 10

    0下载:
  2. Linux 下进程间通信实例之一——管道。 写进程 ./10_02 源文件 读进程 ./10_02_read 目标文件-Linux inter-process communitation pipe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1337
    • 提供者:hero
  1. lab3_1

    0下载:
  2. Linux中的一个关于进程同步的小程序 利用用户信号和管道,实现进程同步 -Use of user signals and channels to achieve process synchronization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:612
    • 提供者:熊龙生
  1. shell

    0下载:
  2. 在Linux中实现shell命中的管道功能和重定向功能-Linux shell hit in the pipeline to achieve functionality and redirection
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1116
    • 提供者:diyangsi
  1. user_shell

    0下载:
  2. Linux环境下实现一个能执行部分内部和外部命令、支持I/O重定向、管道和前后台作业及控制的简单的Shell命令解释器,采用C语言开发,内附完整源码和详细开发文档。-A shell Interpreter under Linux.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:287705
    • 提供者:Ye Yue
  1. OS_Pro3

    0下载:
  2. 运用通过父子进程之间的管道等完成linux下文件复制-Copy a file using pipe, in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:27580
    • 提供者:Black
  1. LinuxPipe

    0下载:
  2. Linux下进程间使用管道进行通信的几个例子,有简单的有复杂点的,可以作为学习使用。-Linux, inter-process communication using pipes a few examples, there is simply a more complex, and can be used as learning to use.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:2439
    • 提供者:wbwang
  1. myshell_v0.3

    0下载:
  2. 在Linux中,用C编写一个myshell1原型,基本功能是根据创建一个子进程,它显示从父进程获得的环境变量和命令行参数,且父进程在子进程结束后退出。 父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。输入输出重定向与管道-In Linux, using C to write a myshell1 prototype, the basic function i
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1862
    • 提供者:qiren
  1. process

    0下载:
  2. 有关Linux中进程间的通信 , 包括信号量 , 管道 , 有名管道 , 消息队列等 , 从系统方面详细介绍进程间的通信-For communication between processes in Linux, including semaphores, pipes, named pipes, message queues, etc., from the system described in detail the communication between processes
  3. 所属分类:Development Research

    • 发布日期:2017-04-04
    • 文件大小:54066
    • 提供者:kouyang
  1. shells2

    0下载:
  2. MyShell—可运行与linux系统下的简单shell。包含:处理指令、管道、重定向功能。主要开发语言为C-MyShell-linux systems can be run with a simple shell. Include: processing instructions, pipeline, redirection. The main development language is C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:14786
    • 提供者:王林毅
  1. code

    0下载:
  2. 这是一个linux下的进程间通信,管道机制、消息缓冲队列、和共享内存机制进行进程间的通信等等。-This is an inter-process communication under linux, pipe mechanism, the message buffer queues, and shared memory mechanism for inter-process communication and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5054
    • 提供者:黄锋
  1. myftpnew

    0下载:
  2. linux下建立TCP连接,通过管道发送命令,模拟FTP命令,实现文件上传下载。-established under linux TCP connection, sending commands through a pipe to simulate the FTP commands for file uploading and downloading.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:18148
    • 提供者:tanbo
  1. pipe

    0下载:
  2. linux环境下通过管道实现进程间的通信-linux ipc with pipe
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:520
    • 提供者:devil
  1. 10

    0下载:
  2. 里面接受了,基于linux的管道,信号量等事例,是买光盘自带的,希望对大家有帮助-Which accepted, linux-based pipeline, semaphores and other examples, is to buy the disc comes, we want to help
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:11268
    • 提供者:vdsvs
  1. process-communication

    0下载:
  2. linux进程间通信的三种机制的简单实现,包括管道,消息队列和共享内存-linux inter-process communication simple implementation of the three mechanisms, including pipes, message queues and shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1788
    • 提供者:
  1. pipe

    0下载:
  2. Linux中的管道技术,实现父亲向儿子传递信息-use linux pipe technology to complete the task which father pass the message to son
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:743875
    • 提供者:小玲
  1. popen-test

    0下载:
  2. 本程序用于获取shell的输出,可用于处理程序间的通信, 程序具体实现原理为应用了Linux中的管道技术, 内附代码和运行程序,请在Linux下运行此程序 -The procedure used to obtain the shell output, can be used for communication between processes, procedures, principles for the application specific imple
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3297
    • 提供者:quietojlt
  1. ipc

    0下载:
  2. linux进程间通信管道的实现,ipc,进程间通信-linux pipe to achieve inter-process communication, ipc, interprocess communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:35825
    • 提供者:刘德华
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com